-
Notifications
You must be signed in to change notification settings - Fork 4
Downgrade rust version to 1.86 as a temporary measure until we upgrade sp-io #1436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It doesn't look like |
panic = abort
to runtime crate to see if it fixes #1435There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI needs a few fixes, but from the other build artifact you handed off to SRE it does look like using 1.86.0
fixes the build
@@ -12,6 +12,8 @@ runs: | |||
shell: bash | |||
- name: Add Rust components | |||
run: | | |||
rustup install 1.86.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a NOTE
or FIXME
comment here pointing to the build issue so we have a reference as to why we're on this particular version
rust-toolchain.toml
Outdated
@@ -1,3 +1,3 @@ | |||
[toolchain] | |||
channel="stable" | |||
channel = "1.86.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same thing here
* master: Add attestation logic to Outtie pallet (#1431) Downgrade rust version to 1.86 as a temporary measure until we upgrade sp-io (#1436) Bump the patch-dependencies group across 1 directory with 3 updates (#1430) Add custom testnet chainspec inputs (#1424) Update release checklist with instructions to build CVM image for TDX (#1366)
See #1435